Autogenerated HTML docs for v2.16.2-345-g7e3123 
diff --git a/git-am.txt b/git-am.txt index 12879e4..460662e 100644 --- a/git-am.txt +++ b/git-am.txt 
@@ -16,7 +16,7 @@  [--exclude=<path>] [--include=<path>] [--reject] [-q | --quiet]  [--[no-]scissors] [-S[<keyid>]] [--patch-format=<format>]  [(<mbox> | <Maildir>)...] -'git am' (--continue | --skip | --abort) +'git am' (--continue | --skip | --abort | --quit)    DESCRIPTION  ----------- @@ -167,6 +167,10 @@  --abort:: 	Restore the original branch and abort the patching operation.   +--quit:: +	Abort the patching operation but keep HEAD and the index +	untouched. +  DISCUSSION  ----------